home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / A-B / Baseball Card Keeper Demo.cpt / Baseball Card Keeper Demo / card_4854.txt < prev    next >
Text File  |  1991-08-01  |  582b  |  26 lines

  1. -- card: 4854 from stack: in
  2. -- bmap block id: 5477
  3. -- flags: 0000
  4. -- background id: 4023
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=211 top=140 right=162 bottom=300
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Find Player
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   ask "What player should I find?"
  23.   find it
  24.   if the result ‚↠empty then answer "Sorry the player does not exist in this file."
  25. end mouseUp
  26.